home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Applications / SAT Quizzer / prototypes.h < prev    next >
Text File  |  1993-07-09  |  459b  |  15 lines

  1. /* prototypes.h for SAT Quizzer v0.3 */
  2.  
  3. char getchln(void);
  4. void initwords(allwords newwords);
  5. void initrandom(void);
  6. void getdatafile(allwords vocabulary);
  7. void gettextfile(allwords vocabulary);
  8. wordlist wordalloc();
  9. wordlist assemblelist(allwords vocabulary);
  10. void putdatafile(wordlist listofwords);
  11. void quiz(wordlist listofwords);
  12. void printpos(postype postoprint);
  13. char showchoices(ptrarray nodeptrs, meaningtype correctmeaning, postype
  14.          correctpos);
  15.